projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bd7be2
)
; * src/xdisp.c (hscroll_window_tree): Fix a typo in a comment.
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 19 Aug 2021 12:25:26 +0000
(15:25 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 19 Aug 2021 12:25:26 +0000
(15:25 +0300)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index dd2ceda023d87fa3436ef4c12ec889ad72c2e7db..0846af268ebc6c3a1bb772ed84553ec794902af3 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-14903,7
+14903,7
@@
hscroll_window_tree (Lisp_Object window)
echo-area messages. This is because desired_matrix
of such windows was prepared while momentarily
switched to an echo-area buffer, which is different
- from w->contents, and we
w
simply cannot hscroll such
+ from w->contents, and we simply cannot hscroll such
windows safely. */
&& !(w == XWINDOW (echo_area_window)
&& !NILP (echo_area_buffer[0])))